-
Home
-
EthPress – Web3 Login
-
1.1.1
-
Code
-
Classes
- BigInteger
Total Complexity |
112 |
Dependencies |
2 |
Dependents |
0 |
Total lines |
390 |
Lines of code |
325 |
Logical lines of code |
203 |
Comment lines |
0 |
Methods |
38 |
Properties |
2 |
Methods 38
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
getBC() |
B |
37 |
22 |
69 |
checkHex() |
A |
61 |
10 |
10 |
toBase() |
S |
56 |
5 |
17 |
toString() |
S |
60 |
5 |
15 |
checkBinary() |
S |
62 |
6 |
10 |
checkDecimal() |
S |
62 |
6 |
10 |
modInverse() |
S |
59 |
5 |
14 |
toBits() |
S |
61 |
4 |
11 |
scan1() |
S |
64 |
4 |
9 |
scan0() |
S |
64 |
4 |
9 |
toBytes() |
S |
59 |
3 |
13 |
extendedGcd() |
S |
53 |
2 |
25 |
mod() |
S |
65 |
3 |
8 |
sign() |
S |
77 |
3 |
3 |
testbit() |
S |
65 |
2 |
8 |
setbit() |
S |
71 |
2 |
5 |
neg() |
S |
76 |
2 |
3 |
abs() |
S |
76 |
2 |
3 |
__construct() |
S |
77 |
2 |
3 |
createSafe() |
S |
67 |
2 |
8 |
binaryOr() |
S |
65 |
1 |
8 |
equals() |
S |
79 |
1 |
3 |
cmp() |
S |
79 |
1 |
3 |
toDec() |
S |
82 |
1 |
3 |
toHex() |
S |
80 |
1 |
3 |
__toString() |
S |
81 |
1 |
3 |
toNumber() |
S |
80 |
1 |
3 |
binaryXor() |
S |
65 |
1 |
8 |
binaryAnd() |
S |
65 |
1 |
8 |
divR() |
S |
78 |
1 |
3 |
add() |
S |
77 |
1 |
3 |
sub() |
S |
77 |
1 |
3 |
powMod() |
S |
77 |
1 |
3 |
pow() |
S |
77 |
1 |
3 |
mul() |
S |
77 |
1 |
3 |
gcd() |
S |
79 |
1 |
3 |
div() |
S |
77 |
1 |
3 |
divQR() |
S |
72 |
1 |
6 |